﻿.bannerImg {
    background-position-y: center;
}

.content_poli2,
.content_poli2 div {
    position: relative;
    color: #707070;
    line-height: 26px;
    font-size: 16px;
    font-family: "Mohr-Medium";
}

.colText {
    padding: 6% 5%;
}

.colImgs img {
    height: auto;
    width: 100%;
}

.blue {
    background-color: #021f59;
    padding: 5rem 0px;
}

.blue .title {
    color: #ffffff;
    font-size: 30px;
    font-family: "Mohr-Lighit";
    line-height: 35px;
}

.blue p {
    color: #00bf44;
    line-height: 74px;
    text-align: center;
    font-size: 53px;
    font-family: "Mohr-SemiBoldIt";
}

.blue span {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.34px;
    text-align: center;
    font-family: "Mohr-Medium";
    display: block;
}

.carnes {
    padding: 5%;
    background-color: #f5f5f5;
}

.carneContent {
    height: 30rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    transition: .5s;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}

.carneContent:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    transition: .5s;
}

.carne_crua {
    height: 35rem;
    position: relative;
    transition: .3s;
    overflow: hidden;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
}

.carne_crua::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    transition: .5s;
    top: 0px;
}

.carne_crua:hover {
    transform: scale(1.01);
}

.carnes .row {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.green {
    margin-top: 8rem;
    color: white;
    font-size: 48px;
    text-align: center;
    font-family: "Mohr-ExtraLightIt";
}

.greenContent {
    padding: 0px 80px;
    color: #fff;
    font-size: 16px;
    font-family: "Mohr-Regular";
    text-align: center;
}

.infoColBlue {
    padding-top: 0rem;
}

img.Logo {
    border-radius: 100%;
    height: 140px;
    max-width: 200px;
    display: flex;
    margin: 15px auto;
}

.valores {
    font-family: "Mohr-Medium";
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.colImgs {
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}


@media screen and (max-width:1280px) {
    .carneContent {
        margin-top: 32px;
    }
}

@media screen and (max-width:1024px) {
    .carneContent {
        margin-top: 1rem;
    }

    .content_poli2,
    .content_poli2 div {
        text-align: justify;
    }

    .green {
        margin-top: 5rem;
    }

    .greenContent {
        padding: 0px 30px;
    }
}

@media screen and (max-width:820px) {
    #content-banner-mobile {
        margin-top: 15px;
    }

    .title_poli {
        font-size: 50px;
    }

    .content_poli {
        font-size: 14px;
        width: 100%;
    }

    .content_poli2,
    .content_poli2 div,
    .greenContent,
    .blue span {
        font-size: 14px;
    }

    .colText {
        padding: 5%;
    }

    .colImgs {
        padding: 0px;
        flex-direction: row;
    }

    .colImgs img {
        height: 215px;
        width: 50%;
    }

    .carnes .row {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .carne_crua {
        width: 25rem;
    }
}

@media screen and (max-width:600px) {
    .infoColBlue {
        padding: 0 10%;
    }
}

@media screen and (max-width:540px) {
    .colImgs {
        flex-direction: column;
    }

    .colImgs img {
        width: 100%;
        height: auto;
    }

    .carne_crua {
        height: 30rem;
    }

    .greenContent {
        padding: 0px 60px;
    }

}

@media screen and (max-width: 414px) {
    .carne_crua {
        height: 32rem;
        width: 20rem;
    }
}